projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef3174
)
* lisp/net/tramp-cache.el (tramp-persistency-file-name):
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 9 Nov 2021 19:24:03 +0000
(20:24 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 9 Nov 2021 19:24:03 +0000
(20:24 +0100)
Skip superfluous `expand-file-name'.
lisp/net/tramp-cache.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-cache.el
b/lisp/net/tramp-cache.el
index f1c656ec209c2fafb9912e85c932ce9c9e387f63..5e7d24ff72b897a763e301784f7d9f4a59831ac8 100644
(file)
--- a/
lisp/net/tramp-cache.el
+++ b/
lisp/net/tramp-cache.el
@@
-101,8
+101,7
@@
details see the info pages."
(choice :tag " Value" sexp))))
;;;###tramp-autoload
-(defcustom tramp-persistency-file-name
- (expand-file-name (locate-user-emacs-file "tramp"))
+(defcustom tramp-persistency-file-name (locate-user-emacs-file "tramp")
"File which keeps connection history for Tramp connections."
:group 'tramp
:type 'file)